home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Cracker (Expanded Edition)
/
Game Cracker (Expanded Edition).iso
/
cracks
/
WWF_CRK.ZIP
/
WWF_DOS.BAT
< prev
next >
Wrap
DOS Batch File
|
1999-04-09
|
241b
|
17 lines
@echo off
cls
if not exist wwf.bat goto error
if exist c:\disk.id goto ok
copy /y disk.id c:\ >nul
:ok
fakecd c:\ /l:d >nul
call wwf.bat
fakecd /u >nul
del c:\disk.id >nul
goto end
:error
echo WWF.BAT is missing!
echo.
:end